home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / Paint Shop Pro / PSP900enTR.exe / Data1.cab / _E62D2A5CCC6542E38CDA8044C4C1F307.C3A146F5_4B48_11D5_A819_00B0D0428C0C < prev    next >
Encoding:
Text File  |  2004-06-16  |  3.1 KB  |  162 lines

  1. /*******************************************************************/
  2. /*                                                                 */
  3. /* StartPage.css - Definition of global styles used                */
  4. /*                 throughout the Start Page.                       */
  5. /*                                                                 */
  6. /* Copyright ⌐ 2001-2003 InstallShield Software Corporation        */
  7. /*                                                                 */
  8.  
  9. INPUT {
  10.     font-family: "Tahoma";
  11.     font-size: 8pt;
  12. }
  13.  
  14. TD {
  15.     font-family: "Tahoma";
  16.     font-size: 8pt;
  17. }
  18.  
  19. BODY {
  20.     background-color: white;
  21.     margin: 0em;
  22.     color: #333333;
  23.     font-family: "Tahoma";
  24.     font-size: 8pt;
  25. }
  26.  
  27. IMG {
  28.     border: none;
  29. }
  30.  
  31. A:link, A:visited {
  32.     text-decoration: none;
  33. }
  34.  
  35. A:hover, A:active {
  36.     color: #993333;
  37.     text-decoration: underline;
  38. }
  39.  
  40. UL {
  41.     margin-left: 2em;
  42. }
  43.  
  44. TD {
  45.     text-align: left;
  46.     vertical-align: top;
  47. }
  48.  
  49. IFRAME {
  50.     width: 100%;
  51.     height: 100%;
  52. }
  53.  
  54. .mainMsg {
  55.     color: white;
  56. }
  57.  
  58.  
  59. .pageHeader {
  60.     width: 100%;
  61.     height: 95px;
  62. }
  63.  
  64. .pageHeader TD {
  65.     background-image: url(images/TitleFill.jpg);
  66.     background-repeat: repeat-x;
  67. }
  68.  
  69. .leftPane {
  70.     position: static;
  71.     left: 0px;
  72.     top: 95px;
  73.     width: 197px;
  74.     height: 100%;
  75.     border-left: solid 1px #A4A4B1;
  76. }
  77.  
  78. .leftPaneHeader {
  79.     position: absolute;
  80.     left: 32px;
  81.     top: 32px;
  82.     width: 183px; /* The width and height here must match the dimensions of the header image. */
  83.     height: 205px;
  84. }
  85.  
  86. .leftPaneContent {
  87.     position: absolute;
  88.     top: 190px; /* The top value here has to equal the height value above, plus some padding. */
  89. }
  90.  
  91. .topics {
  92.     color: white;
  93. }
  94.  
  95. .leftPaneTitle {
  96.     width: 181px;
  97.     height: 205px;
  98.     background-image: url(images/left_task.gif);
  99.     background-repeat: no-repeat;
  100.     color: white;
  101.     font-weight: bold;
  102.     padding-left: 0.75em;
  103.     padding-top: 1.25em;
  104. }
  105.  
  106. .leftPaneTitle2 {
  107.     width: 181px;
  108.     height: 173px;
  109.     background-image: url(images/left_task2.gif);
  110.     background-repeat: no-repeat;
  111.     color: white;
  112.     font-weight: bold;
  113.     padding-left: 0.75em;
  114.     padding-top: 1.25em;
  115. }
  116.  
  117. .leftPaneList {
  118.     width: 181px;
  119.     padding-left: 1em;
  120.     padding-right: 1em;
  121. }
  122.  
  123. .leftPaneList TABLE {
  124.     margin-bottom: 1em;
  125. }
  126.  
  127. .leftPaneList TABLE TD {
  128.     padding-top: 2pt;
  129.     padding-bottom: 2pt;
  130. }
  131.  
  132. .leftPaneCloser {
  133.     width: 181px;
  134.     height: 8px;
  135. }
  136.  
  137. .middlePane {
  138.     position: absolute;
  139.     left: 197px;
  140.     top: 95px;
  141.     width: expression(document.body.clientWidth - 367); /* 197 + 9 + 161 */
  142.     height: 100%;
  143.     z-index: -1;
  144. }
  145.  
  146. .middlePaneHeader {
  147.     position: absolute;
  148.     top: 0px;
  149.     right: 0px;
  150.     width: 249px; /* The width and height here must match the dimensions of the header image. */
  151.     height: 60px;
  152. }
  153.  
  154. .middlePaneContent {
  155.     position: absolute;
  156.     top: 70px; /* The top value here has to equal the height value above, plus some padding. */
  157. }
  158.  
  159. .sectionHeader {
  160.     color: silver;
  161.     font-size: X-Large;
  162. }